html, body{
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: #555657;
	height: 100%;
	background-color: rgb(247,247,247) !important; /* off-white */
	padding: 0;
	margin: 0;
}

table { background-color : #fff; color : #453}
thead { background-color: #61a9dc  ; color :#fff; padding:4px; line-height:30px }
tbody tr:nth-child(even) {background: #CCC}
tbody tr:nth-child(odd) {background: #FFF}

h1, h2, h3, h4, h5, h6{
	font-weight: 400;
}

b { font-weight: 400; }

.wrapper{ width: 100%;}
.span6 div { position: relative; }
.span6 img {
	display: block;
	filter: contrast(1.1);
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}

.landing_container{
  max-width: 1180px;
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

.landing_img_overlay {
	overflow: hidden;
	/* min-height: 100%; */
	min-width: 100%;
	background: url(../img/college.jpeg);
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-position: center center;
  	height: 595px;
  	border-top-left-radius: 10px !important;
	  border-bottom-left-radius: 10px;
}

/* add img tag inside landing_img_overlay and include span after img tag to overlay it with color */
.landing_img_overlay span {
    background: blue;
    display: block;
    opacity: 0.6;
    -moz-opacity: 60%;
    -webkit-opacity: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px;
}

.landing_img_overlay .text_overlay {
	position: absolute;
	top: 180px;
	left: 25px;
	color: white;
	font-weight: 600;
	font-size: 40pt !important;
	width: 90%;
}


hr{
	border: none;
	border-bottom: 1px solid rgba(119,192,182,0.2);
}

a{
	color: #77C0B6;
}
a:hover{
	color: #53B5A7;
}
a.whitebutton{
	color: rgba(255,255,255,0.7);
}
a.whitebutton:hover{
	color: white;
}
.remove:not(.button){
	color:#E19581 !important;

}

.complete:not(.button){
	color:#87C6BD !important;

}

a.button{
	text-decoration: none;
	color: white;
}
a.button:hover{
	text-decoration: none;
	color: white;
}
.button{
	background:#88B9E3;
	color: white;
	padding: 8px 15px;
	font-size: 11pt;
	border:none;
	text-shadow: none;
	border-radius: 5px;
	border-bottom: 2px solid #74B0DF;
}
.button:hover{
	margin-top:2px;
	background:#74B0DF;
	border-bottom: none;
}

.button.create{
	display: block;
	margin: auto;
	width: 150px !important;
	background: #87C6BD;
	border-bottom: 2px solid #53B5A7;
}
.button.create:hover{
	margin-top:2px;
	background: #53B5A7;
	border-bottom: none;

}
.button.remove{
	background: #E19581;
	border-bottom: 2px solid #D87864;
}
.button.remove:hover{
	margin-top:2px;
	background: #D87864;
	border-bottom:none;
}
button:focus, a:focus{
	box-shadow: none;
	outline: none;
}
button:action, a:action{
	box-shadow: none;
	outline: none;
}
label:hover{
	cursor: text;
}
label.error, .form_error{
	opacity: 0.8;
}
label.error{
	font-size: 8pt;
}
input.form_err, textarea.form_error {
	padding: 5px !important;
}
input[type="text"],
input[type="password"], input[type="number"], textarea, select{
	height: 40px;
	border: none;
	padding: 5px;
	border: 2px solid #9BC2E7;
	border-radius: 5px;
	font-family: "Open Sans", sans-serif;
	color: #535456;
}
textarea{
	height: 80px;
	resize: vertical;
}
input[type="text"]:focus,
input[type="password"]:focus, input[type="number"]:focus, textarea:focus{
	outline:none !important;
	box-shadow: none !important;
	border: 2px solid #2798D5;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder{ /* WebKit browsers */
    color: #949699;

}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder{
    color: #949699;

}
input[type="text"]::-ms-input-placeholder,
input[type="text"]::-moz-placeholder{
    color: #949699;

}
.select2-container, .select2-selection.select2-selection--single, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	height: 35px !important;
	border:1px solid rgb(243,243,243);
}

.select2-container {
	margin-bottom:10px !important;
}

.select2-selection__rendered {
	height:35px;
}
.select2-selection__placeholder{
	line-height:35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height:30px !important;
}

select:not(.select2-hidden-accessible) {
	width: 100%;
}


.center{
	text-align: center !important;
}
.spinner{
	color: white;
	padding: 5px 0px;
	font-size: 9pt;
}
.blue_spinner{
	color:#74B0DF;
	padding: 10px 0px;
}
.wrapper{
	width: 100%;
}
.error{
	opacity: 0.8;
	padding: 10px 0px;
}
form{
	margin: 0px
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;
}
.right-inner-addon span {
    position: absolute;
    right: 0px;
    padding: 12.5px 12px;
    pointer-events: none;
}
.validation{
	color:#97CDC5;
	display: none;
}
.validation.error{
	color:#C26B4C;
}


input.form_error, textarea.form_error{
	border: 2px solid #D28E72;

}
input.form_error:focus, textarea.form_error:focus{
	border: 2px solid #BA5B3A;
}
label{
	font-weight: 300;
	font-size: 10pt;
}
label:hover{
	cursor:text;

}
div.error{
	text-align: left;
	width: 100%;
	padding: 10px 0px 10px;
	font-size: 8pt;
}
label.error{
	padding: 5px 0px;
	font-size: 8pt;
	color: #CA7C5E;
}
label.error.valid{
	color: #97CDC5;
}
.bottom_link{
	padding: 15px 0px 0px;
}

select:focus{
	box-shadow: none;
	outline: none;
}

select.input_select{
  height: 40px;
  border: none;
  padding: 5px;
  border: 2px solid #9BC2E7;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  color: #535456;
}

#landing_navbar{
	width: 100%;
	background: white;
	padding: 10px 0px;

	position: fixed;
	box-shadow: 1px 1px 5px rgba(28,40,56,0.1);

	z-index: 3;
}
#landing_navbar #logo{
	margin-left: 10px;
	margin-top: 2.5px;
}
#landing_navbar #logo img{
	height: 30px;
}
.nav_buttons{
	margin-right: 10px;
}
.nav_buttons a.button{
	line-height: 15px;
	padding: 10px 20px;
	display: block;
	float: left;
	text-align: center;
	margin-left: 5px;
	font-weight: 400;


}

.push_buttons{
	padding-top:10px !important;
}
.push_buttons a.button{

	line-height: 15px;
	padding: 10px 20px;
	display: block;
	float: center;
	text-align: center;
	font-weight: 400;
}

#top_section{
	min-height: 800px;
}

#mybgcarousel{ /* CSS for specific carousel container called #mybgcarousel. */

		width:100%;
		height:100%;
		min-height:800px;
	}

#more_arrow{
	color: rgba(255,255,255,0.7);
	text-align: center;
	position: absolute;
	width: 100%;
	margin-top: -7.5%;
	font-weight: 400;
}

#main_focus{
	margin-top: -30%;
	color: white;
	position:relative;
}
#main_focus #header{
	margin: 10px 0px;

}
#main_focus h1{
	padding: 0px;
	margin: 0px;
	line-height: 60px;
	font-weight: 400;
	display: inline;
	background: rgba(28,40,56,0.75);
	padding: 10px 10px;
	font-size:28pt;
}

#main_focus #subheader{
	margin: 15px 0px;
}
#main_focus h2{

	padding: 0px;
	margin: 0px;
	font-weight: 400;
	display: inline;
	background: rgba(28,40,56,0.75);
	padding: 5px 10px;
	font-size:16pt;

}

.button.large_button{
	font-size: 14pt;
	padding: 15px 40px;
	border-bottom: 5px solid #2798D5;
	margin-right: 5px;
}
.button.large_button.create{
	border-bottom: 5px solid #53B5A7;
}
.button.large_button:hover{
	margin-top: 5px;
	border-bottom: none;
}

.section_header{
	background: #74B0DF;
	padding: 117px 0px 60px;
	width: 100%;
}
.section_header h1{
	text-align: center;
	color: white;
}

.section{
	padding: 30px 0px;
	width: 100%;
	background: white;
}
.section.grey{
	background: #EAEBEB;
}

.section.navy{
	background: #34495e;
	color:white;
}


#about_section p{
	font-size: 11pt;
	font-weight: 300;
	line-height: 30px;
	padding: 5px 0px;
}
.techniphi_image{
	width: 250px;
	margin: 0px auto;
}
.help-text {
	position: absolute;
	bottom: 10px !important;
	/*padding-bottom: 20px !important;*/
}
#software_section h2{
	font-size: 18pt;
	margin: 0px;
	padding: 0px;
	line-height: 40px;

}
#software_section h2 span{
	color: #53B5A7;
}
#software_section p{
	font-size: 11pt;
	font-weight: 300;
	line-height: 30px;
	padding: 5px 0px;

}
#testimonial_section{
	background: #74B0DF;
}

#testimonial_section h2{
	font-size: 24pt;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	color: white;
	text-align: center;

}
#testimonial_section h2 span{
	color: #D8EBE7;

}
#testimonial_section p{
	font-size: 14pt;
	font-weight: 300;
	line-height: 30px;
	padding: 10px 0px;
	color: white;
	text-align: center;
}

.card{
	box-shadow: 1px 1px 5px rgba(28,40,56,0.1);
	background: rgb(247,247,247) !important;
	margin: 10px;
	border-radius: 5px;
	padding: 20px 10px;
}
.card .card_subheader{
	font-weight: 400;
	padding: 10px 0px 20px;
	font-size: 12pt;
}


.form_card {
	padding: 0 !important;
	padding-right: 10px !important;
	margin-top: -40px !important;
	border-radius: 10px !important;
	margin-bottom: 125px !important;
}
.card.form_card p{
	font-size: 10pt;
	line-height: 25px;
	padding: 0px 0px 10px;
}
.form_image{
	display: block;
	margin: auto;
	margin-top: 0;
	width: 240px;
	padding: 10px 0px;
}
.form_card h1{
	font-size: 14pt;


}
.form_card h2{
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
.form_card .form_options{
	padding: 15px 0px;
	text-align: center;
}
.form_card .form_options a{
	margin-right: 10px;
	font-size: 10pt;
}

.big_search{
	font-size: 12pt;
	padding: 20px 0px;
	color: #809BAA;
}
.big_search input{
	padding: 7.5px 15px;
	border:2px solid #809BAA;
	width: 60%;
	border-radius: 20px;
}

.big_search input:focus{
	outline: none;
	box-shadow: none;
	border: 2px solid #2798D5;

}
.test_image{
	width: 120px;
	margin: 0px auto;
	padding: 10px 0px;
}
.test_image img{
	border-radius: 50%;
}

.test_card_header{
	font-size: 14pt;
	font-weight: 400;
	padding: 10px 0px;
	text-align: center;
	color: #BAA2C8;
}

.test_card_header.red{
	color: #D28E72;
}

.test_card_header.orange{
	color: #FAB07E;
}

#testimonial_section .card p{
	line-height: 28px;
	padding: 10px;
	font-size: 10pt;
	color: #535456;
}
.card p i{
	color: #74B0DF;

}

.test_card_subheader{
	text-align: center;
	font-size: 12pt;
	line-height: 28px;
}
.test_card_subheader span{
	font-weight: 400;
	color: #53B5A7;
}


#features_section{

}

#features_section h2{
	font-size: 24pt;
	text-align: center;

}

.icon{
	width: 90px;
	height: 90px;
	margin: 40px auto 20px;
	text-align: center;
	font-size: 24pt;
	color: #97CDC5;
	border-radius: 50%;
	border: 1px solid #97CDC5;
}

.icon.purple{
	color: #BAA2C8;
	border-color: #BAA2C8;
}

.icon.light_blue{
	color: #AECDEB;
	border-color: #AECDEB;
}


.icon.orange{
	color: #FAB07E;
	border-color: #FAB07E;
}
.icon.red{
	color: #D28E72;
	border-color:#D28E72
}
.icon.blue{
	color: #60A8DC;
	border-color:#60A8DC;
}

.icon i{
	line-height: 72.5px;
	margin: 10px 0px;
}

.icon_header{
	text-align: center;
	font-weight: 400;
	font-size: 14pt;
	line-height: 35px;
}
.icon_subheader{
	text-align: center;
	font-size: 11pt;
	line-height: 28px;
}

#request_section{
	text-align: center;
	color: white;
	background: #23596D
}
#request_section h2{
	font-size: 24pt;

}
#request_section h2{
	font-size: 24pt;

}
#request_section p{
	font-size: 14pt;;

}
.modal{
	border-radius: 0px;
}
.modal .modal-header{
	border-bottom: #C1D7F0;
	padding: 10px 15 0px;
}

.modal .modal-header p{
	line-height: 25px;
}
.modal .modal-body{
	min-height: 70%;
	overflow: hidden;
	overflow-y: auto;
}
.modal .modal-footer{
	border-top: none;
	background: white;
	border-bottom: 10px solid #2798D5;
	border-radius: 0px;

}

.modal_header{
	font-size: 16pt;
}


.modal-backdrop{
	background: #000013;
	z-index: 90;
}

#footer_section{
	/*margin-top: 100px;*/
	background: rgb(247,247,247) !important;
	padding-bottom: 20px;
	border-top: 1px solid rgba(117,119,120,0.2);
}
.footer_list{

}
.footer_list .footer_header{
	font-weight: bold;
	color: #111111;
	padding-bottom: 15px;
}

.footer_list ul{
	margin: 0px;
	list-style: none;
}
.footer_list ul li{
	padding: 2px 0px;
}
.footer_list ul li a{
	color: #555555;
}
.footer_list ul li a:hover{
	text-decoration: underline;
	color: #0E78D5;
}
#social{
	padding-top: 30px;
	font-size: 18pt;
	display: inline-block;
}
#social a {
	margin-right: 7.5px;
}
#copyright {
	display: inline-block;
	font-size: 9pt;
	float: right;
	margin-right: 100px;
	margin-top: -20px;
}


.setting_list li{
	padding: 15px 2%;
	width: 96%;
	float: left;
}
.setting_list li:nth-child(odd){
	background: #f7f8f8;
}
.setting_list{
	margin: 0px;
	list-style: none;
	width: 100%;
	float: left;
}
#chapter_list.setting_list li{
	font-size: 9pt;

}
.setting_card{
	float: left !important;
	width: 100% !important;
	padding: 10px 10px 20px;
}
.setting_list li img{
	width: 25px;
	height: 25px;
	margin-top: -2px;
	border-radius: 50%;
	margin-right: 10px;
	float: left;
}
.setting_list li .span3 a, .setting_list li .span a{
	width: 100%;
}
.setting_list li .span6 a{
	width: 80%;
}

.setting_list li a, .setting_list li span{
	width: 20%;
	float: left;

}
.setting_list li span.tag_setting{
	width: 28%;
}
.setting_list li span.tag_setting_description{
	width: 25%;
	margin-right: 2%;
	font-size: 8pt;
}
.setting_list li span span.tag{
	float: none;
	direction: inline;
	width: auto;
}


.setting_list li a.request_button{
	width: 100%;
}
.setting_list li span.name{
	font-weight: 400;
}
.setting_list li span{
	width: 20%;
}

.mobile_padding_remove{
		padding-top:10px;
}

/********** MAX IMAGE ************/

#maximage img{
	-webkit-filter: brightness(.5);
	filter: brightness(.5);
}

.refer_container{
	padding-top: 150px;
}


/********** SIGNUP COVER ***********/
.cover-wrapper {
	position:relative;
	margin-bottom:40px;
}
.cover-wrapper img {
	width: 100%;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
}

.avatar-wrapper {
	position: absolute;
	left: 15px;
	bottom: -27px;
	display: inline;
	border-radius: 3px;
}
.avatar-wrapper img {
	width: 100px;
	height: auto;
	background: white;
	padding: 4px;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
}

.signup_label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
.signup_check {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    overflow: hidden;
}

.motd_welcome{
	margin-top:40px;
}

.avatar-wrapper-wrapper {
	position:relative;
	z-index: 10;
	height:250px;
}

.avatar-wrapper-wrapper .avatar-wrapper {
    position:relative;
/*    top: 50%;
    left: 50%;
    margin-left: -100px;*/
    /*margin-top: -100px;*/

    z-index: 4;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    /*padding: 1px;*/
    width: 200px;
    height: 200px;
    background-image: url('../img/TP1.jpg');
    background-size: contain;
    background-repeat:no-repeat;
    background-position: center center;
    background-color: white;
}


/*********** RESPONSIVE **********/


@media (min-width: 980) {
	#main_focus{
		margin-top: -40%;
	}

	#mybgcarousel{ /* CSS for specific carousel container called #mybgcarousel. */

		width:100%;
		height:100%;
		min-height:800px;
	}


}

@media (min-width: 768px) and (max-width: 979px) {
	#main_focus{
	margin-top: -55%;
	}
	#software_section h2{

	}
	#software_section p{
		font-size: 11pt;


	}
	#testimonial_section .card p{
		font-size: 8pt;
	}

	.test_image{
		width: 80px;
	}
	.test_card_subheader{
		font-size: 10pt;

	}
	.icon{
		width: 70px;
		height: 70px;
		font-size: 18pt;
	}

	.icon i{
		line-height: 55px;
		margin: 10px 0px;
	}

	#top_section{
		min-height: 700px;
	}

	#mybgcarousel{ /* CSS for specific carousel container called #mybgcarousel. */

		width:100%;
		height:100%;
		min-height:700px;
	}

}

@media (max-width: 767px) {

	.refer_container{
		padding-top: 30px !important;
	}

  .landing_container {
    padding: 0px;
  }
  .landing_img_overlay {
    height: 175px !important;
    background-repeat: no-repeat;
    border-top-right-radius: 10px !important;
	  border-bottom-left-radius: 0px;
  }

  .text_overlay{
    top: 75px !important;
    margin: auto;
    left: 0px !important;
    width: 75% !important;
  }
  .landing_content_container{
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
  }
  .landing_background_image {
    padding-top: 15px;
  }
	#landing_navbar #logo{
		margin: 0px;
		margin-top: 3px;
	}
	#landing_navbar #logo img{
		height: 20px;

	}
	.nav_buttons{
		margin-right: 0px;
	}
	.nav_buttons a.button{
		line-height: 15px;
		padding: 7px 15px;
		font-size: 8pt;
		display: block;
		float: left;
		text-align: center;
		margin-left: 5px;
		font-weight: 400;
	}
	#main_focus{
		margin-top: -300px;
	}
	#main_focus #header{
		margin-bottom: 0px;
	}
	#main_focus #header h1{
		display: block;
		font-size: 18pt;
		line-height: 40px;

	}
	#main_focus #subheader{
	margin-top: 0px;
	}
	#main_focus #subheader h2{
		display: block;
		font-size: 12pt;
		line-height: 30px;
	}

	.large_button{
		margin-bottom: 10px;
	}

	.main_image{
		margin-bottom: 20px;
	}

	#software_section p{
		font-size: 11pt;
	}
	.modal.fade.in{
		top:10px;
	}
	.modal-header{
		padding: 10px 10px 0px;
	}
	.modal-body{
		padding: 0px 10px;
	}
	.modal-header h3{
		font-size: 14pt;
	}
	.modal-header p{
		font-size: 10pt;
	}
	.modal-footer{
		padding: 0px 10px;
	}
	.modal{
		max-height: 95%;
		overflow: auto;
	}
	#more_arrow{
		display: none;
	}

	.footer_list ul li:last-child{
		padding-bottom:40px;
	}

	#top_section{
		min-height: 400px;
	}

	#mybgcarousel{ /* CSS for specific carousel container called #mybgcarousel. */

		width:100%;
		height:100%;
		min-height:400px;
	}

	.mobile_padding{
		padding-top:15px;
	}

	.mobile_padding_remove{
		padding-top:0px;
	}
}


